failure 477:
Requirement failed: {nexttowardl.09.01.01;nexttowardl.09.02.01} Function executed successfully with EOK error code, while `(isOverflow_Unifloat(model_res) && isNormal_Unifloat(x)) || ((isUnderflow_Unifloat(model_res) || isZero_Unifloat(model_res)) && (compare_Unifloat(x,y) != 0)) == true` means that ERANGE SHALL be set
location |
trace |
/var/opt/lsb/test/olver-core/2013-01-21_10-20-40/util_float_scenario.utz (util_float_scenario.utt), line 16026 |
occurence |
scenario |
util_float_scenario |
specification function |
nexttoward_spec() |
parameter value |
CallContext context = [pid=17999,thr=b752d6c0] |
parameter value |
Unifloat * @x = (long double) -1.1897314953572317650212638530309702e+4932 (-0x.FFFFFFFFFFFFFFFFP16384L) |
parameter value |
Unifloat * x = (long double) -1.1897314953572317650212638530309702e+4932 (-0x.FFFFFFFFFFFFFFFFP16384L) |
parameter value |
Unifloat * @y = (long double) -Infinity |
parameter value |
Unifloat * y = (long double) -Infinity |
parameter value |
ErrorCode * @errno = EOK |
parameter value |
ErrorCode * errno = EOK |
return value |
(Unifloat *) (long double) -Infinity |
coverage & branch |
C x - normal, y - infinity |
properties |
REQ failed |
nexttowardl.09.01.01 |
REQ failed |
nexttowardl.09.02.01 |
kind |
POSTCONDITION_FAILED |
similar known bug(s)
The nexttoward(x, y) family of functions functions shall compute the next representable
floating-point value following x in the direction of y.
According to LSB, if the correct value is subnormal or underflows then ERANGE error code
shall be set.
But on the target machine the function sets error code EOK instead of ERANGE.
|
|